home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_71 / PlaceObject2_277_74 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  259 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _root.hero._x;
  3.    if(_root.hero._y < 356 || _root.hero._y > 357.25)
  4.    {
  5.       this.gotoAndStop(2);
  6.    }
  7.    else if(_root.hero._y > 356 and _root.hero._currentFrame != 8)
  8.    {
  9.       this.gotoAndStop(1);
  10.    }
  11. }
  12.